home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
hypercrd
/
hc2_x
/
tcprogud.sit
/
picture ƒ
/
atring.h
< prev
next >
Wrap
Text File
|
1991-02-16
|
495b
|
23 lines
/*
* FILE: atring.h
* AUTHOR: R. Gonzalez
* CREATED: November 9, 1990
*
* Defines atomic animated ring of satellites for pict application.
*/
# ifndef atring_h
# define atring_h
# include "anring.h"
/******************************************************************
* animated ring. Animated segment consisting of several
* satellites of any type.
******************************************************************/
struct Atomic_Ring:Animated_Ring
{
boolean init(void);
};
# endif